home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / ACORNUSERS / EMULATOR / MAME34 / whatsnew.txt < prev   
Text File  |  1998-10-15  |  26KB  |  718 lines

  1. 0.34 BETA 5
  2.  
  3. New ROM sets supported (in no particular order):
  4. ------------------------------------------------
  5.  
  6. Ring King / King of Boxer (merged) [Ernesto Corvi]
  7. Time Tunnel [Thierry Lescot]
  8. Bio Attack (no collision detection) [Thierry Lescot]
  9. Sea Fighter Poseidon (not working due to protection) [Nicola Salmoria]
  10. Top Gunner (bootleg; also fixed the original set) [Nicola Salmoria]
  11. Black Tiger (bootleg) (merged) [Marco Cassili]
  12. Pinball Action (set 2) (merged) [Marco Cassili]
  13. Exerion (Taito) (merged) [Nicola Salmoria]
  14. Space Trek (cocktail version) [Nicola Salmoria]
  15. Phoenix (IRECSA) (merged) [David Winter]
  16. Regulus (not encrypted) (merged) [Thierry Lescot]
  17. plus several Neo Geo games
  18.  
  19.  
  20. These drivers have improved GRAPHICS:
  21. -------------------------------------
  22.  
  23. - Fixed sprite flipping in Super Qix. [Mirko Buffoni]
  24.  
  25.  
  26. These drivers have new or improved SOUND:
  27. -----------------------------------------
  28.  
  29. - Partial sound in Punk Shot. [Nicola Salmoria]
  30.  
  31.  
  32. These drivers have HIGH SCORE support:
  33. --------------------------------------
  34.  
  35. - Champion Baseball. [Howie Cohen]
  36.  
  37. - Quantum. [Nicola Salmoria]
  38.  
  39.  
  40. Changes to the main program:
  41. ----------------------------
  42.  
  43. - Improved the user interface. Use "the key on the left of 1" (tilde on some
  44.   leyboards) to turn on the On Screen Display which lets you change Volume,
  45.   Gamma Correction, Brightess, and independently set the volume levels of the
  46.   sound chips. Tab still brings up the setup menu, which is now asynchronous.
  47.   [Nicola Salmoria]
  48.  
  49. - [DOS] Improved the profiler. It now REQUIRES the Pentium-class RDTSC
  50.   instruction. It will not work on 486s, older Pentiums, and maybe other
  51.   non-Intel CPUs. [Nicola Salmoria]
  52.  
  53.  
  54. Source:
  55. -------
  56.  
  57. - x86 ASM 68000 core. This is a major speed improvement. [Mike Coates, Darren
  58.   Olafson]
  59.  
  60. - YM3812 and YM3526 software emulator. In the DOS version it is disabled
  61.   because we are using the 100% compatible SoundBlaster OPL chip.
  62.   [Carl-Henrik Skårstedt]
  63.  
  64. - A begginning for a YM2413 emulator. It pushes data through the YM3812.
  65.   [Paul Leaman, Ernesto Corvi]
  66.  
  67. - I86 disassembler for the debugger, based on code by Robin Hilliard.
  68.   [Andrea Mazzoleni]
  69.  
  70. - New functions install_mem_read_handler() and install_mem_write_handler().
  71.   They can be used to install special memory handlers (for example, to trap
  72.   busy loops, or to make small changes to the memory map for games running
  73.   on similar hardware). [Alex Pasadyn]
  74.  
  75. - New field driver_init in the GameDriver structure. It's an optional function
  76.   which can be used to do some game specific initialization, for example by
  77.   adding memory handlers using the above functions. [Nicola Salmoria]
  78.  
  79.  
  80. Changes to the cheat system [Stephane Humbert]
  81.  
  82. New in MAME 034b4 :
  83.   * Possibility of "circular" values in search method 1:
  84.      - if you press OSD_KEY_LEFT or OSD_KEY_DOWN when value is 0, it turns to
  85. 0xFF
  86.      - if you press OSD_KEY_RIGHT or OSD_KEY_UP when value is 0xFF, it turns to
  87. 0.
  88.   * Added the possibility of toggling the watches display ON (Insert) and OFF
  89. (Del) .
  90.   * Possibility to work on another cheat file (CHEAT.DAT is just the default
  91. one) by using option "-cheatfile xx"
  92.   * Added new types of cheats:
  93.      - 20-24 : same as 0-4 but they force bits to 1
  94.      - 40-44 : same as 0-4 but they force bits to 0.
  95.  
  96. New in MAME 034b5 :
  97. * 15 active cheats instead of 10.
  98. * Free memory before the start of a new search.
  99. * Possibility of searches in CPUs other than 0 : a question is asked to the
  100. user to choose a CPU (0 default) when he starts a new search and the game has more
  101. than one CPU.
  102. * Possibility to view watches for CPUs other than 0.
  103. * CPU is displayed with the watches.
  104. * Possibility to change the CPU of a watch by pressing 9 (previous CPU) and 0
  105. (next CPU) .
  106. * Possibility to copy a cheat code by pressing F4.
  107. * Possibility to rename the cheat filename by pressing F5.
  108. * Possibility to save all the cheat codes to disk by pressing F6.
  109. * Possibility to remove all the cheat codes from the active list by pressing
  110. F7.
  111. * In the edit cheat, on the data line :
  112.     - Home sets the value to 0
  113.     - End sets the value to 0x80.
  114. * Possibility to use to use Home, End, PgDown and PgUp to select a cheat code
  115. in the list.
  116. * Data is saved on 2 hex digits (%02X) .
  117.  
  118. ==========================================================================
  119.  
  120. 0.34 BETA 4
  121.  
  122. New ROM sets supported (in no particular order):
  123. ------------------------------------------------
  124.  
  125. Arm Wrestling [Nicola Salmoria]
  126. Karate Champ (1 Player) [Ernesto Corvi]
  127. Mr. TNT [Brad Oliver]
  128. Alpine Ski (two sets merged) [John Butler]
  129. Tokio / Scramble Formation (two sets merged) [Marcelo de G. Malheiros,
  130.   Fredrik Sjostedt]
  131. Tiger Heli (4 sets merged, only 2 work) [Nicola Salmoria]
  132. Turbo (preliminary) (3 sets merged) [Alex Pasadyn, Howie Cohen, Frank Palazzolo]
  133. Express Raider (2 sets merged) [Ernesto Corvi]
  134. Arkanoid 2 [Luca Elia, Mirko Buffoni]
  135. Rockman [Paul Leaman]
  136. Captain Commando [Paul Leaman]
  137. Discs of Tron (Upright) (merged) (the other, which is the Environmental, is now
  138.   called "dotrone") [Nicola Salmoria]
  139. Tron (set 2) (merged) [Nicola Salmoria]
  140. Vanguard (Centuri) (merged) [Nicola Salmoria]
  141. 1942 (set 3) (merged) [Nicola Salmoria]
  142. Bionic Commando (set 2) (merged) [Nicola Salmoria]
  143. Commando (Data East) (merged) [Nicola Salmoria]
  144. Ghosts 'n Goblins (Taito) (merged) [Nicola Salmoria]
  145. Vulgus (set 2) (merged) [Nicola Salmoria]
  146. Silkworm (set 2) (merged) [Nicola Salmoria]
  147. Cop 01 (set 2) (merged) [Nicola Salmoria]
  148. Formation Z (merged with Aeroboto) [Nicola Salmoria]
  149. Alex Kidd (not working) [Phil Stroffolino]
  150. Alien Storm (not working) [Phil Stroffolino]
  151. Aurail (not working) [Phil Stroffolino]
  152. Dynamite Dux [Phil Stroffolino]
  153. E-Swat (not working) [Phil Stroffolino]
  154. Fantasy Zone (not working) [Phil Stroffolino]
  155. Flash Point (not working) [Phil Stroffolino]
  156. Heavyweight Champ (not working) [Phil Stroffolino]
  157. Major League (not working) [Phil Stroffolino]
  158. Quartet II (not working) [Phil Stroffolino]
  159. SDI (not working) [Phil Stroffolino]
  160. Time Scanner (not working) [Phil Stroffolino]
  161. Tough Turf (not working) [Phil Stroffolino]
  162. Wonder Boy Monster Lair [Phil Stroffolino]
  163. Wrestle War [Phil Stroffolino]
  164.  
  165.  
  166. These drivers have improved GRAPHICS:
  167. -------------------------------------
  168.  
  169. - Pleiads colors might be correct now. [Nicola Salmoria]
  170.  
  171. - Accurate colors in Strategy X. [Gerald Vanderick]
  172.  
  173. - Preliminary backdrop support in Discs of Tron. The background image must be
  174.   called ARTWORK/DOTRON.PNG. [Mathis Rosenhauer, Brandon Kirkpatrick]
  175.  
  176.  
  177. These drivers have new or improved SOUND:
  178. -----------------------------------------
  179.  
  180. - Fixed sound pitch and tempo in Donkey Kong. [Mirko Buffoni]
  181.  
  182. - Improved music tempo in SlapFight. [Sebastien Chevalier]
  183.  
  184. - Improved Cop 01 (tempo is still wrong). [Nicola Salmoria]
  185.  
  186. - Sound in all of the working System 16 games. [Phil Stroffolino]
  187.  
  188. - Emulation of the Astrocade sound chip (Gorf, Wizard of Wor, etc.)
  189.   [Frank Palazzolo]
  190.  
  191. - Improved speech in Gorf. It now plays speech 100% accurately except for the
  192.   missing samples. [Kevin Bales]
  193.  
  194.  
  195. These drivers have HIGH SCORE support:
  196. --------------------------------------
  197.  
  198. - Nemesis. [Dani Portillo]
  199.  
  200. - Terra Cresta, Rastan. [Juan Carlos Lorente]
  201.  
  202.  
  203. Other drivers changes:
  204. ----------------------
  205.  
  206. - Fixed hang on level 7 of Discs of Tron. [Jim Thevenot]
  207.  
  208. - Fixed Blasto. [Juergen Buchmueller]
  209.  
  210. - Fixed controls in Stinger. [Miguel Figueiredo]
  211.  
  212.  
  213. Changes to the main program:
  214. ----------------------------
  215.  
  216. - Switched to CRC-32 for file integrity checks. The old custom checksums are no
  217.   longer used. [John Butler, Bernd Wiebelt]
  218.  
  219. - New unzip interface. New zip directory cache and filename cache (the latter
  220.   only in the DOS version). [Andrea Mazzoleni]
  221.  
  222. - When using zipped files, ROMs are automatically retrieved even if they don't
  223.   have the expected name (provided they have the correct CRC-32, of course).
  224.   You'll never have to rename files any more (though you might have to rename
  225.   zips ;-) [Nicola Salmoria]
  226.  
  227. - [DOS] New command -listcrc. It lists the CRC-32 for all the supported ROMs.
  228.   00000000 means that the ROM is known to be bad. [Nicola Salmoria]
  229.  
  230. - Some improvements to the cheat system. [Stephane Humbert]
  231.  
  232. - Fixed bug in the 68000 interrupt handling which causes Rastan Saga to not
  233.   boot correctly. [Brad Oliver]
  234.  
  235. - [DOS] Experimental profiler. To enable it, use the -profiler parameter; then,
  236.   hit Left Shift + F11 to show the results on screen. I don't know how accurate
  237.   the figures are; the "Sound" figure is certainly underestimated for sound
  238.   chip emulators which don't use streams.c (it is computed under the CPU
  239.   playing the sound instead that under Sound).
  240.   Note that the sum of the percentages is much less than 100%. This is in part
  241.   due to portions of the code which are not profiled, but is also caused by the
  242.   massive overhead of calling uclock() (which happens very often when sound is
  243.   playing). [Nicola Salmoria]
  244.  
  245.  
  246. Source:
  247. -------
  248.  
  249. - New streams.c to abstract audio streams. This makes them easier to use and
  250.   more efficient. osd_play_streamed_sample() should now be considered a private
  251.   function and should not be used in new code. [Nicola Salmoria]
  252.  
  253. - Completed the transition to CRC32 checksums. [John Butler, Bernd Weibelt]
  254.  
  255. - Fixed bug in the I8039 external interrupt handling. [Dan Boris]
  256.  
  257. - New file types for osd_fopen(): OSD_FILETYPE_STATE and OSD_FILETYPE_ARTWORK.
  258.  
  259.  
  260. NeoGeo Mame Support
  261. -------------------
  262.  
  263. This beta contains a major update to the NeoGeo driver.  It is still far from
  264. perfect but has many improvements over the previous version.  This is still
  265. very much a 'work-in-progress' driver with many known problems.  Hopefully
  266. these problems will be fixed soon.
  267.  
  268. How to:
  269.  
  270. You need a zip file called neogeo.zip in your rompath.  It should contain at
  271. least two files:
  272.  
  273. neo-geo.rom (128k)
  274. ng-sfix.rom (128k)
  275.  
  276. There should also be two other roms which are not yet used by Mame, they _will_
  277. be used in future versions of this driver so do not delete them.
  278.  
  279. You also need to place the game zip in your rompath.  If you do not know what 8
  280. character filename the NeoGeo game you want to play has you can type:
  281.  
  282. mame -listclones neogeo
  283.  
  284. That will list the 8 character zip names of all currently supported games.
  285.  
  286. What's New?
  287. -----------
  288.  
  289. Many graphics improvements:
  290. * 'Missing tiles' in games such as Puzzle Bobble are fixed.
  291. * Scaling is improved, but still not perfect.  Full screen zooms tend to break
  292.   (eg, Thrash Rally, Art of Fighting).
  293. * 'Japan/Europe/USA' territory selection in dipswitch menu.
  294. * Start & coin key positions are moved to their 'standard' MAME positions
  295. * Coin inputs work, freeplay is no longer the default.
  296. * Soft dipswitches are fully emulated and saved per game, the files are saved
  297.   to the hiscore directory for now.
  298. * Custom drawgfx routine in place.  This is slower than the previous MAME
  299.   release but allows the graphics to be drawn from their native data.  This
  300.   allows:
  301. * MEMORY REQUIREMENTS APPROXIMATELY HALVED!  And also quicker loading time.
  302. * If you experience a 'black screen' for a few seconds after loading it is
  303.   because the 'pen usage' arrays are being calculated.  MAME NeoGeo uses a
  304.   compressed palette system to give the full NeoGeo 12 bit colour on an 8 bit
  305.   display.  (This is nothing new, almost every other MAME driver for high
  306.   colour games works in the same way, by choosing only the colours that are
  307.   actually displayed at any one time).  Although this gives better quality it
  308.   actually takes around 10-15% of the processor time each frame.
  309. * There is no 'black screen' at the end of each games demo. All games now
  310.   behave as per the arcade version and cycle to the 'NeoGeo logo' screen.
  311.  
  312.  
  313. Notes on soft dipswitches:  You can access these from pressing F2 (self test)
  314. or setting the test mode dipswitch and resetting the virtual machine. Both soft
  315. dips and cabinet settings are saved for each game. If, for some reason, you
  316. experience strange gameplay (NOT graphics glitches), the soft dips may have
  317. become corrupt (this _is_ still a beta release!), to clear them you can wipe
  318. the file in the hiscore directory for the game OR go into the hardware test and
  319. select the 'clear backup ram' option (recommended).
  320.  
  321. Other Fixes
  322. -----------
  323.  
  324. Emulation of soft dips fixed many problems games had in previous versions, for
  325. example, the game timers being set low in games such as KOTM and Art of Fighting
  326. are fixed. Almost all 'gameplay' issues are fixed by this.
  327.  
  328. Sidenote: The 'blood bios' is not needed, nor supported.  All games affected by
  329. the blood bios actually have the 'blood' option in their soft dip options.  It
  330. can be turned on & off there without having to use a special bios.  In fact any
  331. non-standard bios may not work at this point.
  332.  
  333. Due to the much decreased memory requirements large games such as Karnov's
  334. Revenge now work.
  335.  
  336. What isn't fixed?
  337. -----------------
  338.  
  339. 'New' games such as Metal Slug, Pulstar, Shock Troopers do not work, either due
  340. to protection or bankswitching used in these games (information needed!).
  341.  
  342. The animation in the 'rain' scenes of Karnov's Revenge does not animate!
  343.  
  344. As mentioned before, full screen zooms are not correct.
  345.  
  346. The MVS memory card is not supported.
  347.  
  348. (Probably many other small bugs too).
  349.  
  350. And finally:
  351. ------------
  352.  
  353. Q: Why don't you MAME guys do something original instead of doing something
  354.    that's already done?
  355. A: Tell that to a Mac/Arm/Amiga owner!
  356.  
  357. Q: It's a bit slow...
  358. A: The custom graphics draw routine will be improved soon! It was felt that the
  359.    slowdown was merited due to the advantages of halving memory usage.
  360.  
  361. ==========================================================================
  362.  
  363. 0.34 BETA 3
  364.  
  365. New ROM sets supported (in no particular order):
  366. ------------------------------------------------
  367.  
  368. Terra Cresta (two sets merged) [Carlos A. Lozano]
  369. Regulus [Nicola Salmoria]
  370. SWAT [Nicola Salmoria]
  371. Heavy Metal [Nicola Salmoria]
  372. Brain [Nicola Salmoria]
  373. Toki no Senshi [Nicola Salmoria]
  374. Gardia (not decrypted YET) [Nicola Salmoria]
  375. DakkoChan Jansoh (not working due to encryption) [Nicola Salmoria]
  376. Ufo Senshi Yohko Chan (not working due to encryption) [Nicola Salmoria]
  377. Wonder Boy (three more sets but I haven't decrypted one of them) (merged)
  378.   [Nicola Salmoria]
  379. Pitfall II (encrypted version) (the other has been renamed pitfallu) (merged)
  380.   [Nicola Salmoria]
  381. Water Ski [Nicola Salmoria]
  382. Last Duel (bootleg) (this fixes the graphics) [Bryan McPhail]
  383. Lady Bug (bootleg) (merged) [Marco Cassili]
  384. Lode Runner (set 1) (merged) (note that the old set has been renamed "ldruna")
  385.   [Nicola Salmoria]
  386. Lode Runner (2 Players) (this is different from the other) [Nicola Salmoria]
  387. Penguin-Kun Wars (two sets merged) [Allard van der Bas]
  388. Stinger [Nicola Salmoria]
  389. Zig Zag (2 sets merged) [Nicola Salmoria]
  390. River Patrol / Silver Land [Zsolt Vasvari]
  391. Jumping (merged with Rainbow Islands) [Mike Coates]
  392. 600 (merged with Turtles) [John Dondzila]
  393. Area 88 (merged with UN Squadron) [Santeri Saarimaa]
  394. 720 Degrees (set 2) (merged) [Nicola Salmoria]
  395. Crystal Castles (set 2) (merged) [Nicola Salmoria]
  396. Kangaroo (bootleg) (merged) [Nicola Salmoria]
  397. Klax (set 3) (merged) [Nicola Salmoria]
  398. Missile Command (set 2) (merged) [Nicola Salmoria]
  399. Pooyan (Konami) (merged) (the Stern set is now called "pooyans")
  400.   [Nicola Salmoria]
  401. Neo Mr. Do [Bud Crittenden]
  402.  
  403.  
  404. These drivers have improved GRAPHICS:
  405. -------------------------------------
  406.  
  407. - Fixed fg/bg priority in TeddyBoy Blues and Choplifter. [Nicola Salmoria]
  408.  
  409. - Colors in Shark Attack. [Mike Balfour]
  410.  
  411. - Fixed transparency in Fire Trap. [Nicola Salmoria]
  412.  
  413. - Fixed gfx banks in Pop Flamer. [Brad Oliver]
  414.  
  415.  
  416. These drivers have new or improved SOUND:
  417. -----------------------------------------
  418.  
  419. - Fixed speech in Karate Champ. [Ernesto Corvi]
  420.  
  421. - Fixed pitch in the System 8 games. [Hiromitsu Shioya]
  422.  
  423. - Sound in Exterminator. Have your PII/900 handy ;-) [Zsolt Vasvari]
  424.  
  425. - Added smoothing to ADPCM playback. [Juergen Buchmueller]
  426.  
  427. - Added RC filter emulation to Gyruss. This improves some sound effects, e.g.
  428.   the force field noise. [Francesco Caporali]
  429.  
  430. - Added ADPCM sounds to Renegade. [Phil Stroffolino]
  431.  
  432. - Fixed speech in King & Balloon. [Brad Oliver]
  433.  
  434. - Added ADPCM sample playback to the bootleg Hyper Olympic. [Nicola Salmoria]
  435.  
  436. - Sound in Mysterious Stones. [Nicola Salmoria]
  437.  
  438.  
  439. These drivers have HIGH SCORE support:
  440. --------------------------------------
  441.  
  442. - Shark Attack. [Mike Balfour]
  443.  
  444. - Flicky, Bull Fight, I'm Sorry, Star Jacker, Mr Viking, 4d Warrior, TeddyBoy
  445.   Blues, Beastie Feastie, Contra, Cobra Command, Super Qix, Vigilante, Pang,
  446.   HigeMaru, Hexa. [Juan Carlos Lorente]
  447.  
  448. - Tiger Road, Karnov, Chelnov, Heavy Barrel, Bad Dudes, Robocop, Hippodrome,
  449.   Sly Spy, Midnight Resistance. [Dani Portillo]
  450.  
  451. - Fixed Star Force. [Dani Portillo]
  452.  
  453.  
  454. Other drivers changes:
  455. ----------------------
  456.  
  457. - Improved Gladiator input handling. [Tatsuyuki Satoh]
  458.  
  459. - Improved the System 16 drivers. [Phil Stroffolino]
  460.  
  461. - Fixed movement of the squares in Checkman. [Brad Oliver]
  462.  
  463.  
  464. Changes to the main program:
  465. ----------------------------
  466.  
  467. - Rewritten the SN76496 emulator. This fixes speech in Choplifter.
  468.   [Nicola Salmoria]
  469.  
  470. - [DOS] New -romident option. Use "MAME -romident dirname" to identify unknown
  471.   ROM sets.
  472.  
  473.  
  474. Source:
  475. -------
  476.  
  477. - Improved unzip code robustness when dealing with corrupt archives.
  478.   [John Butler]
  479.  
  480. - Fixed SBCD in M68000 disassembler. [Mike Coates]
  481.  
  482. - CRC-32 checksums for most files are in place. [Bernd Wiebelt]
  483.  
  484.  
  485. ==========================================================================
  486.  
  487.  
  488. 0.34 BETA 2
  489.  
  490. New ROM sets supported (in no particular order):
  491. ------------------------------------------------
  492.  
  493. F1 Dream (bootleg) (merged) (this one works) [Paul Leaman]
  494. Pang [Paul Leaman]
  495. Pac Man Plus [Clay Cowgill, Mike Balfour]
  496. Beastie Feastie [Clay Cowgill, Mike Balfour]
  497. Tecmo Knight [Nicola Salmoria]
  498. Bull Fight [Nicola Salmoria]
  499. 4D Warriors [Nicola Salmoria]
  500. Block Gal (not working due to encryption) [Nicola Salmoria]
  501. Wonder Boy (three sets, all merged with WB Deluxe) [Nicola Salmoria]
  502. I'm Sorry (Japan) (merged) [Marco Cassili]
  503. My Hero (Japan) (merged) [Nicola Salmoria]
  504. Flicky (set 2) (merged) [Nicola Salmoria]
  505. Ninja Princess (original) (merged) (the other set, which seems to be a bootleg,
  506.   has been renamed "nprincesb") [Nicola Salmoria]
  507. Frogs [Nicola Salmoria]
  508. Samurai [Nicola Salmoria]
  509. Sasuke vs. Commander [Nicola Salmoria]
  510. Subs [Mike Balfour]
  511. Vigilante (two sets merged) [Mike Balfour, Phil Stroffolino]
  512. Exterminator (VERY SLOW) [Alex Pasadyn, Zsolt Vasvari]
  513. COP 01 [Carlos A. Lozano]
  514. Renegade (two sets, only the bootleg works) [Phil Stroffolino]
  515. Hustle [Frank Palazzolo]
  516. Tomahawk 777 (two sets merged) [Zsolt Vasvari]
  517. Karate Champ (VS and Karatedo, merged) [Ernesto Corvi]
  518. Astro Fighter (set 3) (merged) [Zsolt Vasvari]
  519. Side Track [Al Kossow]
  520. Spectar (revision 3) (merged) (the previous one has been renamed "spectar1")
  521.   [Al Kossow]
  522. Venture (version 4) (merged) [Al Kossow]
  523. Venus (merged with Gyruss) [Nicola Salmoria]
  524. APB (set 2) (merged) (this fixes the title screen)
  525. Lost Tomb (hard) (merged) [Michael Appolo]
  526. Hyper Olympic (bootleg) (merged) [David Winter]
  527. Brix (merged with zzyzzyxx) [Brad Oliver]
  528. Shark Attack [Victor Trucco]
  529. Mikie (headbutt version) (merged) (the other set has been renamed "mikiehs")
  530.   [Nicola Salmoria]
  531. And a whole new bunch of Neo Geo games (NOT TESTED)
  532.  
  533.  
  534. These drivers have improved GRAPHICS:
  535. -------------------------------------
  536.  
  537. - The background in Golden Star changes color correctly. [Nicola Salmoria]
  538.  
  539. - Accurate colors in Astro Fighter (PROMs required). [Zsolt Vasvari]
  540.  
  541. - Accurate colors in Lost Tomb (PROMs required). [Michael Appolo]
  542.  
  543. - Fixed tile flipping bug in Solomon's Key. [Nicola Salmoria]
  544.  
  545.  
  546. These drivers have new or improved SOUND:
  547. -----------------------------------------
  548.  
  549. - The music in Bubble Bobble seems to stay in sync now. [Tatsuyuki Satoh]
  550.  
  551.  
  552. Other drivers changes:
  553. ----------------------
  554.  
  555. - Dynasty Wars works (actually it was already working, it's just that the dip
  556.   switches had Freeze on by default).
  557.  
  558. - Front Line and Tin Star have the aiming dial (using a dual joystick setup).
  559.   Also, you can now kill and be killed in Front Line. However, collision
  560.   detection is not accurately emulated. [Nicola Salmoria]
  561.  
  562. - Fixed ending in Robocop. [JC Alexander]
  563.  
  564. - *FINALLY* fixed Commando sometimes not starting. It was a bug in the decode
  565.   routine, which has been completely rewritten. [Nicola Salmoria]
  566.  
  567.  
  568. Changes to the main program:
  569. ----------------------------
  570.  
  571. - Vector translucency can be turned off with -notranslucency.
  572.   [Valerio Verrando]
  573.  
  574.  
  575. Source:
  576. -------
  577.  
  578. - TMS34010 emulator. [Alex Pasadyn, Zsolt Vasvari]
  579.  
  580. - Replaced the 6502 emulator with a new one which also supports 65C02 and 6510.
  581.   Marat Fayzullin's core is no longer used. [Juergen Buchmueller]
  582.  
  583. - Fixed a bug in the 68000 BCD emulation which caused the F1 Dream timer to
  584.   malfunction. [Nicola Salmoria]
  585.  
  586. - New function osd_on_screen_display() to show text over the game screen.
  587.   [Nicola Salmoria]
  588.  
  589. - Fixed bug in the Z80 block I/O instructions (INI, IND, INIR, INDR, OUTI,
  590.   OUTD, OTIR, and OTDR). [Frank Palazzolo]
  591.  
  592. - Updated the FM emulation and the way the 8910 updates its buffers. FM also
  593.   has support for YM2608 and YM2612, though they are not compiled in.
  594.   [Tatsuyuki Satoh]
  595.  
  596. - [DOS] Rearranged the makefile using archives to work around E2BIG error on
  597.   some machines. [Juergen Buchmueller]
  598.  
  599. - Support for CRC-32 checksums instead of MAME's custom ones. The actual CRCs
  600.   will be added later to the drivers. [John Butler]
  601.  
  602. ==========================================================================
  603.  
  604.  
  605. 0.34 BETA 1
  606.  
  607. IMPORTANT: now most games load the color PROMs from disk. You'll have to add
  608. the missing files to the archives.
  609.  
  610.  
  611. New ROM sets supported (in no particular order):
  612. ------------------------------------------------
  613.  
  614. HigeMaru [Mirko Buffoni]
  615. Sega Ninja / Ninja Princess (merged) [Jarek Parchanski, Nicola Salmoria]
  616. My Hero [Jarek Parchanski]
  617. I'm Sorry [Nicola Salmoria]
  618. Flicky [Nicola Salmoria]
  619. TeddyBoy Blues [Nicola Salmoria]
  620. Star Jacker [Nicola Salmoria]
  621. Mister Viking [Nicola Salmoria]
  622. Future Spy [Nicola Salmoria]
  623. Avengers (two sets merged) (not working due to protection) [Paul Leaman]
  624. Bionic Commando [Steven Frew, Phil Stroffolino, Paul Leaman]
  625. Dynasty Wars (not working) [Paul Leaman]
  626. Varth [Paul Leaman]
  627. Electric Yo-Yo (not working due to protection) [Al Kossow]
  628. Tag Team Wrestling [Steve Ellenoff, Brad Oliver]
  629. Gridiron Fight [Nicola Salmoria]
  630. several Neo Geo games (NOT TESTED) [Shin Emu Keikaku team]
  631. King & Balloon [Brad Oliver]
  632. Super Mouse [Brad Oliver]
  633. Intrepid [Zsolt Vasvari]
  634. Moon War II [Brad Oliver]
  635. Calipso [Brad Oliver]
  636. Hard Hat [Al Kossow]
  637. Psychic 5 [Jarek Parchanski]
  638. Great Swordsman [Steve Ellenoff]
  639. Max RPM (no sound due to missing ROMs) [Aaron Giles]
  640. The Tin Star (not complete) [Nicola Salmoria]
  641. several 8080 games [Al Kossow]
  642. Pot of Gold [Nicola Salmoria]
  643. M79 Ambush [Al Kossow]
  644. Twin Cobra (preliminary) [Quench]
  645. Kick (upright version) (merged) [Nicola Salmoria]
  646. Golden Castle (merged with gladiatr) [Steve Ellenoff]
  647. Speak & Rescue ("speakres") [Al Kossow]
  648.  
  649.  
  650. These drivers have improved GRAPHICS:
  651. -------------------------------------
  652.  
  653. - Fixed colors in Fast Freddie (sorry... this slipped by in 0.33 final).
  654.  
  655. - In Mario Bros., the screen bounces when you hit POW. [Brad Oliver]
  656.  
  657. - Improved Slap Fight. [Christoff Feldtmann]
  658.  
  659. - Accurate colors in Money Money and Jack Rabbit. [Nicola Salmoria]
  660.  
  661. - Enemies in TNZS are now visible, using the gfx ROMs from a new set (which is
  662.   not supported yet). [Chris Moore]
  663.  
  664. - Fixed sticking sprites in Pnickies and Nemo. [Paul Leaman]
  665.  
  666.  
  667. These drivers have new or improved SOUND:
  668. -----------------------------------------
  669.  
  670. - Sound in Gladiator. [Steve Ellenoff]
  671.  
  672.  
  673. These drivers have HIGH SCORE support:
  674. --------------------------------------
  675.  
  676. - Pinball Action. [Dani Portillo]
  677.  
  678.  
  679. These drivers have HIGH SCORE support:
  680. --------------------------------------
  681.  
  682. - Xain'd Sleena/Solar Warrior. [Dani Portillo]
  683.  
  684.  
  685. Other drivers changes:
  686. ----------------------
  687.  
  688. - The original Elevator Action now works, using the 68705 mcu ROM which was
  689.   missing. Since there is one additional CPU to emulate, it is slower than the
  690.   bootleg version. [Nicola Salmoria]
  691.  
  692. - Replaced Front Line with the complete set containing the 68705 code. It
  693.   still doesn't work though. [Nicola Salmoria]
  694.  
  695. - Replaced Golden Star with the original, encrypted set. [Mirko Buffoni]
  696.  
  697. - Improvements to the System 8 driver. [Nicola Salmoria]
  698.  
  699.  
  700. Changes to the main program:
  701. ----------------------------
  702.  
  703. - Fixed a bug in the NOT instruction of the 68000 core. [Mike Coates]
  704.  
  705. - You can proceed from the "press OK to continue" screen by pushing left then
  706.   right. You can also immediately quit by pressing ESC. [Nicola Salmoria]
  707.  
  708.  
  709. Source:
  710. -------
  711.  
  712. - Moved the Sega encryption code used by Flicky, Future Spy, and many others,
  713.   to machine/segacrpt.c. [Nicola Salmoria]
  714.  
  715. - Added memory_region_length field to the RunningMachine structure. This could
  716.   be useful for drivers which handle several games on similar hardware.
  717.   [Nicola Salmoria]
  718.